home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
comm
/
tcp
/
Sniffy.lha
/
Sniffy
/
rexx
/
udpmacro.sniffy
< prev
Wrap
Text File
|
1999-03-23
|
248b
|
12 lines
/* */
parse arg proto,from,to,pkt
if ~show("L","rxsocket.library") then
if ~addLib("rxsocket.library",0,-30) then do
say "no rxsocket.library found"
exit
end
call ReadUDP(substr(pkt,21,8),"UDP")
say "udp: from <"resolve(from)":"udp.sport">"